batch environment meaning in Chinese
批处理环境
Examples
- Changes made to the batch environment by a batch are visible to all subsequent batches
所有后续的批处理可以看到通过批处理对批处理环境所作的更改。 - Therefore changes made to the batch environment by a batch were visible to all subsequent batches
因此,由批处理对批处理环境所做的更改对所有后续批处理都可见。 - In sql server 2000 and earlier , all the batches that execute under the same connection share the same batch environment
在sql server 2000以及更低版本中,在相同连接下执行的所有批处理将共享相同的批处理环境。 - If both batches are submitted concurrently under the connection , they start execution with the settings of the connection s default batch environment
如果两个批处理在连接下并发提交,它们将使用连接的默认批处理环境设置开始执行。